home *** CD-ROM | disk | FTP | other *** search
/ Clickx 17 / Clickx 17.iso / Data / SyncBack_Setup_NL.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-11-29  |  4.3 KB  |  76 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=SyncBack
  4. AppVerName=SyncBack 3.2.5
  5. AppId=SyncBack
  6. AppPublisher=2BrightSparks
  7. AppPublisherURL=http://www.SyncBack.com
  8. AppSupportURL=http://www.SyncBack.com
  9. AppUpdatesURL=http://www.SyncBack.com
  10. DefaultDirName={pf}\2BrightSparks\SyncBack
  11. DefaultGroupName=2BrightSparks\SyncBack
  12. UninstallDisplayIcon={app}\SyncBack.exe
  13. UninstallDisplayName=SyncBack
  14. OutputBaseFilename=SyncBack_Setup_NL
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\SyncBack.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  22. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  23. Source: "{app}\timestamp.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\RotateBackup.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\SYNCBACK.HLP"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\RemoveSourceAfter.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\locale\NL\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\NL\LC_MESSAGES"; Flags: overwritereadonly ignoreversion 
  28. Source: "{app}\locale\NL\LC_MESSAGES\delphi.mo"; DestDir: "{app}\locale\NL\LC_MESSAGES"; Flags: overwritereadonly ignoreversion 
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\MJLSoftware\SyncBack"; Flags: uninsdeletekey 
  31. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "Syncback.hlp"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  32. Root: HKCU; Subkey: "Software\MJLSoftware"; Flags: uninsdeletekeyifempty 
  33. [INI]
  34. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  35. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  36. FileName: "{app}\SyncBackPro.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/syncback/sbp-features.html"; 
  37. [Run]
  38. Filename: "{app}\SyncBack.exe"; Description: "Start SyncBack"; Flags: postinstall skipifsilent nowait
  39. Filename: "{app}\SYNCBACK.HLP"; WorkingDir: "{app}"; Description: "Lees het helpbestand"; Flags: shellexec postinstall unchecked skipifsilent nowait
  40. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "Toevoegen aan de mailinglijst"; Flags: shellexec postinstall unchecked skipifsilent nowait
  41. [Icons]
  42. Name: "{group}\SyncBack"; Filename: "{app}\SyncBack.exe"; 
  43. Name: "{group}\Help"; Filename: "{app}\SYNCBACK.HLP"; 
  44. Name: "{group}\Mailinglijst"; Filename: "{app}\MailingList.url"; 
  45. Name: "{group}\Online Forums"; Filename: "{app}\Forums.url"; 
  46. Name: "{group}\SyncBackPro"; Filename: "{app}\SyncBackPro.url"; 
  47. Name: "{group}\De-installeer SyncBack"; Filename: "{uninstallexe}"; 
  48. Name: "{userdesktop}\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: desktopicon; 
  49. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: quicklaunchicon; 
  50. [Tasks]
  51. Name: "desktopicon"; Description: "Cre
  52. er een pictogram op bureaublad"; GroupDescription: "Pictogrammen:"; 
  53. Name: "quicklaunchicon"; Description: "Cre
  54. er een snelstart pictogram"; GroupDescription: "Pictogrammen:"; 
  55. [UninstallDelete]
  56. Type: files; Name: "{app}\*_excl.txt"; 
  57. Type: files; Name: "{app}\*_excl_dir.txt"; 
  58. Type: files; Name: "{app}\*_Log_Page*.html"; 
  59. Type: files; Name: "{app}\*_Log*.txt"; 
  60. Type: files; Name: "{app}\Debug_*.txt"; 
  61. Type: files; Name: "{app}\MailingList.url"; 
  62. [CustomMessages]
  63. default.NameAndVersion=%1 version %2
  64. default.AdditionalIcons=Additional icons:
  65. default.CreateDesktopIcon=Create a &desktop icon
  66. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  67. default.ProgramOnTheWeb=%1 on the Web
  68. default.UninstallProgram=Uninstall %1
  69. default.LaunchProgram=Launch %1
  70. default.AssocFileExtension=&Associate %1 with the %2 file extension
  71. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  72. [Languages]
  73. ; These files are stubs
  74. ; To achieve better results after recompilation, use the real language files
  75. Name: "default"; MessagesFile: "embedded\default.isl"; 
  76.